docs: don't reference nonexisting type in docs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 02:41:26 +0000 (21:41 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 04:20:38 +0000 (23:20 -0500)
gtk/gtkdnd.c
gtk/gtkselection.c

index c60c8762266e0d2855d105cbd0861853206fc06c..110def72bf1288aa9e3351c3101d472d55026f20 100644 (file)
@@ -1551,7 +1551,7 @@ gtk_drag_dest_set_target_list (GtkWidget      *widget,
  * gtk_drag_dest_add_text_targets: (method)
  * @widget: a #GtkWidget that's a drag destination
  *
- * Add the text targets supported by #GtkSelection to
+ * Add the text targets supported by #GtkSelectionData to
  * the target list of the drag destination. The targets
  * are added with @info = 0. If you need another value, 
  * use gtk_target_list_add_text_targets() and
@@ -1578,7 +1578,7 @@ gtk_drag_dest_add_text_targets (GtkWidget *widget)
  * gtk_drag_dest_add_image_targets: (method)
  * @widget: a #GtkWidget that's a drag destination
  *
- * Add the image targets supported by #GtkSelection to
+ * Add the image targets supported by #GtkSelectionData to
  * the target list of the drag destination. The targets
  * are added with @info = 0. If you need another value, 
  * use gtk_target_list_add_image_targets() and
@@ -1605,7 +1605,7 @@ gtk_drag_dest_add_image_targets (GtkWidget *widget)
  * gtk_drag_dest_add_uri_targets: (method)
  * @widget: a #GtkWidget that's a drag destination
  *
- * Add the URI targets supported by #GtkSelection to
+ * Add the URI targets supported by #GtkSelectionData to
  * the target list of the drag destination. The targets
  * are added with @info = 0. If you need another value, 
  * use gtk_target_list_add_uri_targets() and
@@ -2895,7 +2895,7 @@ gtk_drag_source_set_target_list (GtkWidget     *widget,
  * gtk_drag_source_add_text_targets: (method)
  * @widget: a #GtkWidget that's is a drag source
  *
- * Add the text targets supported by #GtkSelection to
+ * Add the text targets supported by #GtkSelectionData to
  * the target list of the drag source.  The targets
  * are added with @info = 0. If you need another value, 
  * use gtk_target_list_add_text_targets() and
@@ -2922,7 +2922,7 @@ gtk_drag_source_add_text_targets (GtkWidget *widget)
  * gtk_drag_source_add_image_targets: (method)
  * @widget: a #GtkWidget that's is a drag source
  *
- * Add the writable image targets supported by #GtkSelection to
+ * Add the writable image targets supported by #GtkSelectionData to
  * the target list of the drag source. The targets
  * are added with @info = 0. If you need another value, 
  * use gtk_target_list_add_image_targets() and
@@ -2949,7 +2949,7 @@ gtk_drag_source_add_image_targets (GtkWidget *widget)
  * gtk_drag_source_add_uri_targets: (method)
  * @widget: a #GtkWidget that's is a drag source
  *
- * Add the URI targets supported by #GtkSelection to
+ * Add the URI targets supported by #GtkSelectionData to
  * the target list of the drag source.  The targets
  * are added with @info = 0. If you need another value, 
  * use gtk_target_list_add_uri_targets() and
index ef2cf070764b68d5914d42b67839eae55e95f89e..2b3bc117c392779cc4d74d7c96e0c7d0856a1854 100644 (file)
@@ -345,7 +345,7 @@ init_atoms (void)
  * @list: a #GtkTargetList
  * @info: an ID that will be passed back to the application
  * 
- * Appends the text targets supported by #GtkSelection to
+ * Appends the text targets supported by #GtkSelectionData to
  * the target list. All targets are added with the same @info.
  * 
  * Since: 2.6
@@ -416,7 +416,7 @@ gtk_target_list_add_rich_text_targets (GtkTargetList  *list,
  * @writable: whether to add only targets for which GTK+ knows
  *   how to convert a pixbuf into the format
  * 
- * Appends the image targets supported by #GtkSelection to
+ * Appends the image targets supported by #GtkSelectionData to
  * the target list. All targets are added with the same @info.
  * 
  * Since: 2.6
@@ -478,7 +478,7 @@ gtk_target_list_add_image_targets (GtkTargetList *list,
  * @list: a #GtkTargetList
  * @info: an ID that will be passed back to the application
  * 
- * Appends the URI targets supported by #GtkSelection to
+ * Appends the URI targets supported by #GtkSelectionData to
  * the target list. All targets are added with the same @info.
  * 
  * Since: 2.6